Menu

Wiki usage

Creative Commons License
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 License.
Edit Sidebar
Main > MOHAAScriptLanguageAppendixC

Main.MOHAAScriptLanguageAppendixC History

Hide minor edits - Show changes to output

January 31, 2005, at 04:09 PM by bjarne
Changed lines 15-16 from:
This .scr suffix is sometimes a problem on Windows platforms, because most Windows platforms are configured to interpret files ending with .scr as screensaver applications, so if you just double click on an *.scr file in Windows - you get an error message saying: '''"C:\some_catalog\filename.scr is not a valid WIM32 application."'''. So you will generally open your script files from the text editor instead of clicking on the file directly.
to:
This .scr suffix is sometimes a problem on Windows platforms, because most Windows platforms are configured to interpret files ending with .scr as screensaver applications, so if you just double click on an *.scr file in Windows - you get an error message saying: '''"C:\some_catalog\filename.scr is not a valid WIN32 application."'''. So you will generally open your script files from the text editor instead of clicking on the file directly.
Changed line 30 from:
to:
----
Changed line 35 from:
to:
----
Changed line 37 from:
to:
----
Changed line 39 from:
to:
----
Changed line 41 from:
to:
----
Changed line 45 from:
to:
----
Changed line 51 from:
to:
----
Changed line 56 from:
to:
----
Changed line 58 from:
to:
----
Changed lines 64-66 from:

Calling "waitthread bar" will cause "bar" to be displayed on the screen, and "waitthread foo" will cause both "foo" '''and''' "bar" to be displayed on the screen. "end" is simply a command which instructs the thread to terminate, and in the case where the thread was started due to "waitthread", causes the calling thread to resume execution after the "waitthread" call. The same applies to exec calls, "end" causes a jump back to the statement after the "exec" call -- [[dcoshea]] ( edited by BjarneGronnevik ),
to:
----
Calling "waitthread bar" will cause "bar" to be displayed on the screen, and "waitthread foo" will cause both "foo" '''and''' "bar" to be displayed on the screen. "end" is simply a command which instructs the thread to terminate, and in the case where the thread was started due to "waitthread", causes the calling thread to resume execution after the "waitthread" call. The same applies to exec calls, "end" causes a jump back to the statement after the "exec" call -- [[Profiles/dcoshea]] ( edited by [[Profiles/Bjarne]] ),
Changed line 70 from:
to:
----
Changed line 72 from:
to:
----
Added line 74:
----
Changed line 76 from:
to:
----
Changed line 78 from:
to:
----
Changed line 80 from:
to:
----
Changed line 126 from:
// LINK: http://www.planetmedalofhonor.com/rjukanproject/
to:
// LINK: http://www.gronnevik.se/rjukanproject/
Changed line 148 from:
exec global/DMprecache.scr
to:
exec global/[=DMprecache=].scr
Changed line 209 from:
to:
- [[Profiles/Bjarne]]
January 31, 2005, at 03:17 AM by bjarne
Changed lines 38-39 from:
$player~np~[[0]]~/np~ pophelmet
to:
$player[0] pophelmet
January 31, 2005, at 03:17 AM by bjarne
Added lines 1-208:

Recent Changes Printable View Page History Edit Page [Attributes] [Printable View] [WikiHelp]
Page last modified on January 31, 2005, at 04:09 PM